@charset "utf-8";
/* CSS Document */
html,
body,
h1,
h1,
h3,
h4,
p,
span,
button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
  font: 14px "微软雅黑", "宋体", Arial;
}
button {
  border: none;
}
.clearFix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.vertical-content {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  /* Opera */
}
/* HEADER */
/* BOD */
.bod {
  width: 720px;
  height: 1875px;
  background: url("../images/bg1.jpg") no-repeat;
  position: relative;
}
.container-header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.header-buttons {
  width: 100%;
  height: 86px;
  vertical-align: middle;
  background: url("../images/header_back.jpg") no-repeat;
  position: absolute;
  z-index: 10;
}
.header-buttons li {
  width: 120px;
  height: 86px;
  line-height: 86px;
  border-radius: 5px;
  float: left;
  text-align: center;
  margin-left: 10px;
}
.header-buttons li a {
  width: 100%;
  height: 100%;
  display: inline-block;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
}
.bar-image {
  margin-top: -36px;
  position: relative;
  z-index: 10;
}
.carousel {
  width: 720px;
  height: 999px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 5;
}
.carousel-images a {
  width: 720px;
  height: 999px;
  float: left;
}
.carousel-images a img {
  width: 720px;
  height: 999px;
}
.carousel-bots {
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-50%);
  /* Opera */
  list-style: none;
}
.carousel-bots li {
  width: 27px;
  height: 27px;
  margin-right: 10px;
  float: left;
  background: url("../images/cycle_nor.png") no-repeat;
}
.carousel-bots li:last-child {
  margin-right: 10px;
}
.carousel-bots li.on {
  width: 27px;
  height: 27px;
  margin-right: 10px;
  float: left;
  background: url("../images/cycle_sel.png") no-repeat;
}
.container-images {
  width: 665px;
  margin: 0 auto;
}
.container-images li {
  width: 320px;
  height: 238px;
  float: left;
}
.container-images li img {
  width: 320px;
  height: 238px;
}
.mr22 {
  margin-right: 22px;
}
.h35 {
  width: 100%;
  height: 35px;
}
.menu {
  position: absolute;
  right: 40px;
  top: 19.5px;
  width: 74px;
  height: 47px;
  background: url("../images/menu_2.png") no-repeat center;
  display: inline-block;
  z-index: 10;
}
.menu.on {
  position: absolute;
  right: 0;
  top: 0.5px;
  width: 148px;
  height: 85px;
  background: url("../images/close_button.png") no-repeat center;
  display: inline-block;
  z-index: 10;
}
.h40 {
  width: 100%;
  height: 40px;
}
.h70 {
  width: 100%;
  height: 70px;
}
.container-items {
  width: 652px;
  margin: 0 auto;
  text-align: center;
}
.container-items li {
  width: 214px;
  height: 214px;
  background: url("../images/item_back.png") no-repeat;
  margin-right: 5px;
  float: left;
  margin-bottom: 5px;
}
.container-items li img {
  margin-top: 25px;
}
.container-items li p {
  width: 100%;
  margin-top: 12px;
  text-align: center;
  color: #ffffff;
  font-size: 28px;
}
.container-items li:nth-child(3n) {
  margin-right: 0;
}
/* FOOTER */
.footer {
  margin-top: -22px;
}
/* TIPS */
.menuBox {
  position: fixed;
  top: 80px;
  left: 0;
  width: 720px;
  height: 390px;
  background-color: #e2e2e2;
  display: none;
  z-index: 15;
}
.ul-item {
  width: 662px;
  margin: 10px auto 0;
}
.ul-item li {
  width: 196px;
  height: 70px;
  margin-right: 37px;
  margin-bottom: 20px;
  float: left;
  background-color: #ffffff;
}
.ul-item li a {
  width: 100%;
  height: 100%;
  line-height: 70px;
  text-decoration: none;
  display: block;
  color: #353535;
  font-size: 26px;
  text-align: center;
}
.ul-item li:nth-child(3n) {
  margin-right: 0;
}
.h10 {
  width: 100%;
  height: 10px;
}
